home *** CD-ROM | disk | FTP | other *** search
/ Internet.Works 41 / Issue 41.iso / pc / PCSoftware / XML Spy 3.5 / xmlspy35.exe / Main / new.xhtml < prev    next >
Encoding:
Extensible Markup Language  |  2000-12-04  |  363 b   |  11 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4.     <head>
  5.         <title>Enter the title of your XHTML document here</title>
  6.     </head>
  7.     <body>
  8.         <p>Enter the body text of your XHTML document here</p>
  9.     </body>
  10. </html>
  11.